home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Resources
/
Burning & Media
/
GB-PVR 1.2.13
/
GBPVR10213.msi
/
Cabs.w1.cab
/
Details2.aspx406
< prev
next >
Wrap
Extensible Markup Language
|
2008-03-12
|
12KB
|
214 lines
<?xml version="1.0" encoding="UTF-8"?>
<%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header2.ascx" %>
<%@ Page language="c#" Inherits="gbweb.Details2" CodeFile="Details2.aspx.cs" culture="auto" uiculture="auto" %>
<!DOCTYPE html PUBLIC ΓÇ£-//W3C//DTD XHTML 1.1 Strict//ENΓÇ¥ ΓÇ£http://www.w3.org/TR/xhtml1/DTD/xhtml11-strict.dtdΓÇ¥>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>GBPVR - Program Information</title>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/common.css"/>
<link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/css/details.css"/>
<link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/graphics/favicon.gif"/>
<script type="text/javascript" src="public/popup.js"></script>
<script type="text/javascript" src="public/scrolling.js"></script>
<script type="text/javascript" src="public/Ajax2.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/common.js"></script>
<script type="text/javascript" src="<%=Convert.ToString(Session["theme"])%>/js/details.js"></script>
<script type="text/javascript">
function reloadAndClose()
{
window.opener.document.form1.submit();
window.close();
}
function windowClose()
{
window.close();
}
function showAllEpisodes()
{
window.opener.location = "SearchResults2.aspx?matchTitle=on&searchPhrase=<%=Server.UrlEncode(showTitle.Text)%>";
window.close();
}
function showThisEpisodeBySubtitle()
{
window.opener.location = "SearchResults2.aspx?matchSubtitle=on&searchPhrase=<%=Server.UrlEncode(showSubTitle.Text)%>";
window.close();
}
function showThisEpisodeByUniqueID()
{
window.opener.location = "SearchResults2.aspx?matchUniqueID=on&searchPhrase=<%=programUniqueIdentifier%>";
window.close();
}
</script>
</head>
<body>
<gbpvr:Header id="headerTheme" runat="server"/>
<asp:ScriptManager ID="ScriptManager1" runat="server" EnablePageMethods="True">
<Services>
<asp:ServiceReference Path="~/AjaxService2.asmx" />
</Services>
</asp:ScriptManager>
<form id="Form1" method="post" runat="server">
<!-- Header Start -->
<div id="DETAILS_HEADER">
<div id="LOGO_HEADER"></div>
<div id="HEADER_TEXT">
<span class="textLarge">GB-PVR</span><br>
<span class="textSmall">Enhanced Web Admin</span>
</div>
<div id="PROGRAM_INFO">Program Information</div>
</div>
<!-- Header End -->
<!-- Detail Header Start -->
<div id="DETAILS_HEADER_DIV"></div>
<asp:Panel id="subTitlePanel" runat="server">
<div id="EPISODE_TITLE"><asp:Label id="showTitle" runat="server">Show Title</asp:Label></div>
<div id="EPISODE_SUBTITLE" runat="server">Episode: <span class="subtitleText"><asp:Label id="showSubTitle" runat="server">show sub title</asp:Label></span></div>
</asp:Panel>
<div id="EPISODE_BUTTONS">
<div class="butShowAllEpisodes"><a href="javascript:showAllEpisodes();">Search all episodes</a><span id="divUniqueID" runat="server"></span></div>
<div class="butShowThisEpisode" id="episodeSearch" runat="server"><a href="javascript:showThisEpisodeByUniqueID();">Search this episode</a></div>
</div>
<div id="EPISODE_DATE">
<span class="infoTitle">Date:</span><br>
<span class="infoText"><asp:Label id="showStartDate" runat="server">showStartDate</asp:Label><br><asp:Label id="showTimes" runat="server">showTimes</asp:Label></span>
</div>
<div id="EPISODE_CHANNEL">
<span class="infoTitle">Channel: </span><br><span class="ChannelNum"><asp:Label id="showChannelNumber" runat="server">showChannelNumber</asp:Label></span><span class="channelName"><asp:Label id="showChannelName" runat="server">showChannelName</asp:Label></span>
</div>
<div id="CHANNEL_ICON" runat="server"></div>
<div id="EPISODE_DESC">
<asp:Panel id="descriptionPanel" runat="server">
<span class="infoTitle">Description:</span><br>
<span class="infoText">
<asp:Label id="showDescription" runat="server">show description</asp:Label>
</span>
</asp:Panel>
</div>
<!-- Detail Header End -->
<!-- Record Options Start -->
<div id="OPTIONS_DIV">
</div>
<div id="RECORD_OPTIONS">
<asp:Panel id="recordingOptionsPanel" runat="server">
<div id="RECORD_OPTIONS_LEFT">
<asp:RadioButtonList id="radioTime" CssClass="recordOptionsLeft" runat="server" CellSpacing="0" CellPadding="0" RepeatLayout="Flow">
<asp:ListItem Value="once" Selected="True">Once</asp:ListItem>
<asp:ListItem Value="thisTime">This time slot</asp:ListItem>
<asp:ListItem Value="anyTime">Any time slot</asp:ListItem>
</asp:RadioButtonList>
</div>
<div id="RECORD_OPTIONS_RIGHT">
<asp:RadioButtonList id="radioDay" CssClass="recordOptionsRight" runat="server" CellSpacing="0" CellPadding="0" RepeatLayout="Flow">
<asp:ListItem Value="thisDay" Selected="True">This day only</asp:ListItem>
<asp:ListItem Value="anyDay">Any Day</asp:ListItem>
<asp:ListItem Value="specificDays">Specific day(s)</asp:ListItem>
</asp:RadioButtonList>
</div>
<div id="DAYS_LIST" runat="server">
<div id="RECORD_DAYS_2">
<input runat="server" id="checkedDays_0" type="checkbox" name="checkedDays:0" /><label for="checkedDays_0">Mon</label><br>
<input runat="server" id="checkedDays_1" type="checkbox" name="checkedDays:1" /><label for="checkedDays_1">Tue</label><br>
<input runat="server" id="checkedDays_2" type="checkbox" name="checkedDays:2" /><label for="checkedDays_2">Wed</label><br>
</div>
<div id="RECORD_DAYS_3">
<input runat="server" id="checkedDays_3" type="checkbox" name="checkedDays:3" /><label for="checkedDays_3">Thu</label><br>
<input runat="server" id="checkedDays_4" type="checkbox" name="checkedDays:4" /><label for="checkedDays_4">Fri</label><br>
</div>
<div id="RECORD_DAYS_4">
<input runat="server" id="checkedDays_5" type="checkbox" name="checkedDays:5" /><label for="checkedDays_5">Sat</label><br>
<input runat="server" id="checkedDays_6" type="checkbox" name="checkedDays:6" /><label for="checkedDays_6">Sun</label><br>
</div>
</div>
<div id="QUALITY_DIV"></div>
<div id="RECORD_QUALITY">
<asp:Label id="recordingQuality" runat="server">recording quality</asp:Label>
<asp:DropDownList id="quality" runat="server">
<asp:ListItem Value="High">High</asp:ListItem>
<asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
<asp:ListItem Value="Low">Low</asp:ListItem>
<asp:ListItem Value="Custom1">Custom1</asp:ListItem>
<asp:ListItem Value="Custom2">Custom2</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<span id="keepRecordingsInfo" runat="server">
<label for="keepRecordings">Recordings to keep: </label>
<asp:TextBox id="keepRecordings" runat="server" Columns="3" MaxLength="3">0</asp:TextBox> (0 = all)
</span>
</div>
<div id="RECORD_PADDING">
<label for="prePadding">Padding: Pre: </label>
<asp:TextBox ID="prePadding" runat="server" Columns="3" MaxLength="3" >0</asp:TextBox>
Post: <asp:TextBox ID="postPadding" runat="server" Columns="3" MaxLength="3">0</asp:TextBox><br />
<label for="extendMinutes2">Extend End Time Minutes: </label>
<asp:TextBox ID="extendMinutes2" runat="server" Columns="3" MaxLength="3" >0</asp:TextBox>
<br />
</div>
</asp:Panel>
</div>
<!-- Record Options End -->
<div id="BUTTONS_DIV"></div>
<!-- Bottom Buttons Start -->
<div id="RECORD_BUTS">
<div class="but_RecordThisEpisode"><asp:LinkButton id="lnkRecordCancel" runat="server" onclick="lnkRecordCancel_Click"><span runat="server" id="spanRecordCancel">[lnkRecordCancel]</span></asp:LinkButton></div>
<div class="but_Close"><a href='javascript:window.close();'>Close - take no action</a></div>
<div class="but_SetReminder"><asp:LinkButton ID="reminderButton" runat="server" OnClick="reminderButton_Click">Set Reminder</asp:LinkButton></div>
<div runat="server" id="streamNow">
<div class="but_stream"><asp:LinkButton ID="streamLink" runat="server" OnClick="LinkButton1_Click">Stream Now</asp:LinkButton></div>
<div class="but_Watch"><asp:LinkButton ID="watchLink" runat="server">Watch Now</asp:LinkButton></div>
</div>
</div>
<div id="recordButs_UpdateRecordingTime" runat="server">
<!-- Update Record Options Start -->
<div id="UPDATE_DIV" runat="server"></div>
<div class="UpdateTime"><asp:label ID="Label1" runat="server">Update Recording Time/Quality:</asp:label></div>
<div id="UPDATE_GROUP">
<asp:Label id="Label5" CssClass="padText" runat="server">recording quality: </asp:Label>
<asp:DropDownList id="newQuality" runat="server">
<asp:ListItem Value="High">High</asp:ListItem>
<asp:ListItem Value="Medium" Selected="True">Medium</asp:ListItem>
<asp:ListItem Value="Low">Low</asp:ListItem>
<asp:ListItem Value="Custom1">Custom1</asp:ListItem>
<asp:ListItem Value="Custom2">Custom2</asp:ListItem>
<asp:ListItem></asp:ListItem>
</asp:DropDownList>
<div id="UPDATE_TEXT" runat="server">
<asp:label ID="Label2" runat="server" CssClass="padText">Pad Start Time Minutes: </asp:label><asp:TextBox ID="padStart" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
<asp:label ID="Label3" runat="server" CssClass="padText">Extend End Time Minutes: </asp:label><asp:TextBox ID="extendMinutes" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><br />
<asp:label ID="Label4" runat="server" CssClass="padText">Pad End Time Minutes: </asp:label><asp:TextBox ID="padEnd" runat="server" MaxLength="4" Width="34px">0</asp:TextBox><nobr></nobr>
</div>
<div id="UPDATE_BUTTON" runat="server">
<div class="butUpdateTime" runat="server"><asp:LinkButton ID="END_TIME_UPDATE" runat="server" OnClick="endTimeUpdate_Click">Update</asp:LinkButton></div>
</div>
</div>
</div>
<!-- Update Record Options End -->
<!-- Bottom Buttons End -->
<!-- This displays error message -->
<div id="ERROR_MESSAGE" runat="server"><asp:Label id="errorMessage" runat="server" Visible="True" Height="23px" Width="171px"></asp:Label></div>
</form>
</body>
</HTML>